*{
  padding: 0;
  margin: 0;
}

html, body{
  position: relative;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 sans-serif;
  color: #232323;
  background-color: rgba(0, 0, 0, 0.588);
}

/*navigation start*/
header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #232323;
  z-index: 1;
}

li{
  list-style: none;
}

a{
  color: white;
  text-decoration: none;
}


.s-container{
  width: 85%;
  margin: auto;
}

.navbar{
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.brand{
  font-size: 2rem;
}

.hamburger{
  display: none;
  cursor: pointer;
}

.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
  background-color: azure;
}

.item{
  font-family: proveU;
  font-size: 1rem;
}

.fa-caret-down{
  font-size: 1rem;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown{
  display: none;
  position: absolute;
  background-color: #232323;
  min-width: 160px;
  z-index: 1;
  padding-top: 1rem;
}

.dropbtn{
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
  font-size: 1rem;
}

.item:hover .dropdown{
  display: block;
  background-color: #232323;
}

.link:hover, .dropbtn:hover{
  color: rgb(204, 63, 63);
  transition: 0.6s ease;
}

li .about, .beatstars,
.music, .studio{
  float: none;
  padding: 16px 20px;
  display: block;
  text-align: left;
}
/*navigation end*/



/*Social Bar start*/
.social {
	position:fixed;
	top:20%;
  z-index: 1;
}

.social ul {
	list-style-type: none;
	padding:0;
	-webkit-transform: translate(-260px, 0);
	-moz-transform: translate(-260px, 0);
	-ms-transform: translate(-260px, 0);
	-o-transform: translate(-260px, 0);
	transform: translate(-260px, 0);
}

.social ul li {
	display:block;
	margin:5px;
	width:300px;
	text-align:right;
	padding:10px;
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
  	-moz-border-radius: 0 30px 30px 0;
 	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
  	-ms-transition: all 1s;
  	-o-transition: all 1s;
  	transition: all 1s;
	background-color: rgba(28, 36, 36, 0.5);
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}

.social ul li.youtube:hover {
	background-color: #ff0000d2;
}

.social ul li.facebook:hover {
	background-color: #3d5999;
}

.social ul li.instagram:hover {
	background-color: #893683;
}

.social ul li.sound:hover {
	background-color: #e37413;
}

.social ul li a {
	color: white;
	text-decoration: none;
	font-family:proveU;
	font-size: 12px;
}

.social ul li i {
	margin-left:16px;
	color:black;
	background-color: white;
	padding: 10px;
	border-radius: 50%;
	width:20px;
	height: 20px;
	font-size: 20px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
 	 -o-transform: rotate(0deg);
}

.social ul li:hover i {
	transform:rotate (360deg);
	transition: all 1s;
}
/*social bar end*/


/*parallax effect start*/
.parallax-img{
    background-image: url("../about/ab1.jpg");
    min-height: 745px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*BRIGHTEN*/
.parallax-img {
  filter: brightness(60%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.parallax-img:hover {
  filter: brightness(100%);
} 

#arrowDown{
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 60px;
  color: white;
  cursor: pointer;
}

#arrowDown:hover{
  transform: scale(1.5);
}

.border{
    font-size: 30px;
    font-family: proveU;
}
  
.caption{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: rgb(210, 210, 210);
}

.caption span.border{
    background-color: #232323;
    color: #ffffff;
    padding: 18px;
    font-size: 20px;
    letter-spacing: 5px;
    opacity: none;
  }

/*parallax effect end*/


h1{
  text-align: center; 
  font-family: proveU; 
  font-size: 50px; 
  color: rgb(255, 255, 255); 
  text-shadow: -1px 2px #000000, 1px 1px #000000; 
  margin-top: 100px;
  background-color: #e37413;
}

.text{
  font-size: 18px;
  padding-left: 30%;
  padding-right: 25%;
}

.img-sec, .img-first{
  width: 100%;
  margin-left: 100%;
}



blockquote{
    margin: 1rem 6rem;
    padding: 4rem 4rem 4rem 6rem;
    border-left: 1rem rgba(0, 0, 0) solid;
    background-color: rgb(255, 255, 255);
}

section{
    margin: 2rem 12rem;
    padding: 0 5rem 5rem 5rem;
    text-align: center;
}

section img{
  float: left;
  margin-right: 50px ;
}


/* arrow to top */
#myBtn{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #232323;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover{
  background-color: #535353;
}



.footer{
  background: #333;
  color: white;
  height: 40px;
}

.center{
  text-align: center;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 13px;
}



@font-face {
  font-family: 'proveU';
  src: url('proveU.eot');
  src: url('proveU.eot?#iefix') format('embedded-opentype'),
      url('proveU.woff') format('woff'),
      url('proveU.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*for tablet & phones*/
@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

@media(max-width:1024px){
  .hamburger{
    display: block;
  }

  .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu{
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #232323;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }

  .item{
    margin: 16px 0;
    float: none;
  }

  .nav-menu.active{
    left: 0;
  }

}


    
@media(max-width:1024px){
  .social {
    position: fixed;
    top:20%;
    z-index: 1;
  }
  
  .social ul {
    list-style-type: none;
    transform: none;
  }
  
  .social ul li {
    transition: none;
    padding: 0;
    border: 0;
    margin-left: -260px;
    display: block;
    background-color: transparent;
  }
  
  .social ul li:hover {
    transform: none;
  }

  .social ul li a {
    text-decoration: none;
  }
  
  .social ul li i {
    transform: none;
    margin-left: 18px;
    color: black;
    background-color: white;
    padding: 6px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  
  .social ul li:hover i {
    transform:none;
    transition: none;
  }

  .social ul li.youtube:hover {
    background-color:transparent;
  }
  
  .social ul li.facebook:hover {
    background-color:transparent;
  }
  
  .social ul li.instagram:hover {
    background-color: transparent;
  }
  
  .social ul li.sound:hover {
    background-color: transparent;
  }

}


@media screen and (max-width:1024px) {
  .navbar a:not(:first-child), .dropdown .dropbtn{
    position: relative;
    float: none; 
    display: block; 
    text-align: left;
  }

  .dropbtn:hover{
    color: white;
  }

  .navbar a.link{
    float: none; 
    display: block; 
    text-align: left;
    font-size: 15px;
  }

  .dropdown{
    position: relative;
  }

  .border{
    font-size: 17px;
    font-family: proveU;
}
  
.caption{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.caption span.border{
    padding: 9px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}

@media(max-width:1024px){

blockquote{
    margin: 1rem;
    padding: 2rem 2rem 2rem 3rem;
    border-left: 1rem rgba(0, 0, 0, 0.31) solid;
  }

  h1{
    font-size: 30px;
 }

  section{
    margin: 1rem;
    padding: 0 1rem 1rem 1rem;
    text-align: center;
  }

  section img{
    width: 300px;
    height: 200px;
  }

  h1{
    text-align: center; 
    font-family: proveU; 
    font-size: 20px; 
    color: rgb(255, 255, 255); 
    text-shadow: -1px 2px #000000, 1px 1px #000000; 
    margin-top: 100px;
    background-color: #e37413;
  }
  
  .text{
    font-size: 13px;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .img-sec, .img-first{
    width: 200%;
    margin: 0 10% 0 10%;
  }
#arrowDown{
  bottom: 30px;
  left: 45%;
  z-index: 0;
  font-size: 60px;
  color: white;
  cursor: pointer;
}

#arrowDown:hover{
  transform: none;
}

#myBtn{
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #53535369;
  color: white;
  padding: 10px;
}

#myBtn:hover{
  background-color: #53535369;
}

.parallax-img {
  filter: none;
  min-height: 600px;
}
.parallax-img:hover {
  filter: none;
} 
.center{
  font-size: 8px;
}
}

@media (max-width:1024px){
  h1{
    text-align: center; 
    font-family: proveU; 
    font-size: 20px; 
    color: rgb(255, 255, 255); 
    text-shadow: -1px 2px #000000, 1px 1px #000000; 
    margin-top: 100px;
    background-color: #e37413;
  }
  
  .text{
    font-size: 13px;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .img-sec, .img-first{
    width: 100%;
  }
}
